@charset "UTF-8";
.head1 {
  background: #f2f2f2;
  height: 38px;
  line-height: 38px;
  color: #666666;
  font-size: 12px;
}

.head1 a {
  color: #666666;
}

.head1 .wel {
  background: url(../images/wel.png) no-repeat left center;
  padding-left: 26px;
}

.head2 .logo {
  line-height: 80px;
}

/*影藏的导航*/
.dao {
  float: right;
  position: relative;
  height: 29px;
  width: 2.5%;
  margin-top: 2%;
}

.butt {
  background: url(../images/sou.png) no-repeat center center;
  height: 29px;
  float: right;
  width: 29px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ss {
  display: none;
  width: 205px;
  position: absolute;
  bottom: -52px;
  right: 0;
  z-index: 999;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}

#formsearch input {
  height: 24px;
  background: #fff;
  border: none;
  line-height: 24px;
  float: left;
}

#formsearch input#keyword {
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
  color: #666;
  outline: none;
  font-size: 12px;
  width: 159px;
}

#formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #2d90d4;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  outline: none;
  padding: 0;
}

.pub-title {
  background: url(../images/t1.png) no-repeat center center;
  font-size: 40px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.p-index {
  margin-top: 54px;
}

.p-index .p-list1 {
  margin: 0 -10px;
  margin-top: 56px;
}

.p-index .p-list1 li {
  float: left;
  margin: 0 10px;
  margin-bottom: 35px;
  position: relative;
}

.p-index .p-list1 li a {
  display: block;
}

.p-index .p-list1 li a .img1 img {
  width: 285px;
  height: 247px;
}

.p-index .p-list1 li a h2 {
  background: #e5e5e5;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.p-index .p-list1 li a .hh {
  background: #2d90d4;
  height: 100px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}

.p-index .p-list1 li a .hh h3 {
  color: #fff;
  font-size: 16px;
  padding-top: 30px;
}

.p-index .p-list1 li a .hh .more {
  color: #fff;
  font-size: 14px;
  font-family: "Arail";
  padding-top: 10px;
}

.p-index .p-list1 li:hover a .hh {
  opacity: 1;
}

.hen2 {
  height: 208px;
  background: url(../images/hengtt.png) center no-repeat;
}

.hen2 .henwenzi {
  width: 760px;
  margin-top: 60px;
}

.hen2 .henwenzi dd {
  font: bold 24px/34px "微软雅黑";
  color: #d7e4ee;
}

.hen2 .henwenzi dt {
  font: normal 14px/16px "微软雅黑";
  color: #d7e4ee;
  margin-top: 20px;
}

.hen2 .henritu {
  width: 360px;
  margin-top: 50px;
}

.hen2 .henritu ul li {
  width: 82px;
  float: left;
  margin-right: 56px;
  text-align: center;
}

.hen2 .henritu ul li:last-child {
  margin-right: 0;
}

.hen2 .henritu ul li img {
  transition: all 0.5s;
  transform: scale(1, 1);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 81px;
  height: 81px;
}

.hen2 .henritu ul li h3 {
  font: bold 18px/18px MicrosoftYaHei;
  color: #fff;
  margin-top: 10px;
}

.hen2 .henritu ul li:hover img {
  transform: scale(-1, 1);
}

.hen2 .hentel {
  background: url(../images/tel.png) left 66% no-repeat;
  padding-left: 32px;
  font: bold 20px/30px MicrosoftYaHei;
  color: #ffffff;
  margin-top: 10px;
}

.hen2 .hentel strong {
  font: bold 20px/30px Impact;
  letter-spacing: 2px;
}

/* 关于我们 */
.about {
  padding-top: 42px;
  padding-bottom: 40px;
}

.about-index {
  position: relative;
}

.about .about-title {
  background: rgba(45, 144, 212, 0.71);
  width: 245px;
  height: 172px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.box {
  display: table;
  width: 100%;
  height: 100%;
}

.box-box {
  display: table-cell;
  vertical-align: middle;
}

.about .about-title span {
  display: block;
  font: 500 30px/40px "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}

.about .about-title h2 {
  font: 600 36px/46px "Microsoft YaHei";
  color: #ffffff;
  font-style: italic;
}

.about .about-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 70px 30px;
}

.about .about-text p {
  font: 500 16px/26px "Microsoft YaHei";
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-clamp: 2;
  overflow: hidden;
}

/*主体样式*/
/*滚动*/
#demo {
  overflow: hidden;
  width: 98%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

.case h2 {
  float: left;
  width: 80px;
  height: 192px;
  font: 500 24px/24px "Microsoft YaHei";
  color: #ffffff;
  background: #2d90d4;
  text-align: center;
}

.case-right {
  width: 1078px;
  float: right;
  margin-top: 10px;
}

.product_list1 li {
  float: left;
  margin: 0 16px;
}

.product_list1 li a.img {
  display: block;
  border: 1px solid #fff;
}

.product_list1 li a.img img {
  width: 245px;
  height: 184px;
}

.product_list1 li h3 {
  font-size: 12px;
}

.product_list1 li h3 a {
  display: block;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 34px;
}

.product_list1 li:hover a.img {
  border-color: #9ccbeb;
}

.heng1 {
  margin-top: 80px;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.heng1 img{
    max-width:100%; height:auto !important;width:auto !important;
}

.ys-index {
  margin-top: 70px;
}

.ys-index .ys-title {
  text-align: center;
}

.ys-index .ys-title h2 {
  font-size: 66.5px;
  color: #343434;
  font-weight: bold;
  letter-spacing: 2px;
}

.ys-index .ys-title h2 b {
  font-size: 132px;
  font-family: "Impact";
}

.ys-index .ys-title h2 span {
  font-size: 95px;
}

.ys-index .ys-title h3 {
  background: url(../images/t2.png) no-repeat center center;
  color: #fff;
  font-size: 21px;
  color: #fdfbfb;
  height: 42px;
  line-height: 42px;
  margin-top: 15px;
}

.ys-index .ys-list li {
  margin-top: 90px;
}

.ys-index .ys-list li .wz {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ys-index .ys-list li .wz .date {
  width: 86px;
  height: 100px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 79px;
  background: url(../images/t3.png) no-repeat top center;
  margin-right: 18px;
}

.ys-index .ys-list li .wz .wz1 .w1 {
  border-bottom: 1px dashed #959595;
  height: 65px;
}

.ys-index .ys-list li .wz .wz1 .w1 h4 {
  font-size: 34px;
  color: #333333;
}

.ys-index .ys-list li .wz .wz1 .w1 span {
  display: block;
  text-transform: uppercase;
  color: #808080;
  font-size: 12px;
  padding-top: 5px;
}

.ys-index .ys-list li .wz .wz1 .w2 {
  margin-top: 15px;
}

.ys-index .ys-list li .wz .wz1 .w2 p {
  font-size: 16px;
  color: #333333;
  background: url(../images/dian.png) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 10px;
}

.ys-index .ys-list li:nth-of-type(3) {
  margin-top: 60px;
}

.ys-index .ys-list li:nth-of-type(4) {
  margin-top: 0;
}

.ys-index .ys-list li:nth-of-type(4) .wz {
  margin-top: 85px;
}

.liuc {
  height: 416px;
  background: url(../images/lc.jpg) center no-repeat;
  padding-top: 57px;
  margin-top: 130px;
}

.tt01 {
  text-align: center;
}

.tt01 dd {
  background: url(../images/tt01.png) center no-repeat;
  font: bold 40px/40px MicrosoftYaHei;
  color: #333333;
}

.tt01 dd b {
  color: #2d90d4;
}

.hezuo {
  margin-top: 66px;
}

.hezuo ul li {
  float: left;
  width: 165px;
  height: 166px;
  margin-right: 91px;
  position: relative;
}

.hezuo ul li:last-child {
  margin-right: 0;
}

.hezuo ul li .lcwz {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  height: 166px;
  line-height: 166px;
  text-align: center;
}

.hezuo ul li .lcwz dd {
  display: inline-block;
  vertical-align: middle;
}

.hezuo ul li .lcwz dd h3 {
  font: normal 28px/30px "Arial";
  letter-spacing: -2px;
  color: #ffffff;
}

.hezuo ul li .lcwz dd h4 {
  font: normal 12px/15px "Arial";
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
}

.hezuo ul li div.img {
  transition: all 0.5s;
  transform: scale(1, 1);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 165px;
  height: 166px;
}

.hezuo ul li:hover div.img {
  transform: scale(-1, 1);
}

.wen {
  margin-top: 40px;
}

.cptt {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #323232;
  font-weight: bold;
  text-align: center;
}

.cptt span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #787878;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}

.l_btn2,
.r_btn2 {
  position: absolute;
  cursor: pointer;
  top: 45%;
  width: 46px;
  height: 46px;
}

.l_btn2 {
  left: -50px;
  background: url(../images/ll.png) no-repeat center top;
}

.r_btn2 {
  right: -50px;
  background: url(../images/rr.png) no-repeat center top;
}

.r_btn2:hover {
  background: url(../images/rr1.png) no-repeat center top;
}

.l_btn2:hover {
  background: url(../images/ll1.png) no-repeat center top;
}

.twt li {
  float: left;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
}

.twt li a.img {
  display: block;
}

.twt li h2 {
  background: #333333;
  width: 226px;
  text-align: center;
  color: #fff;
  top: 1px;
  left: 1px;
  line-height: 47px;
  border-bottom: 1px solid #e8e8e8;
}

.twt li h2 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.nn_ll {
  margin-top: 40px;
  position: relative;
}

.nn_ll .kc {
  margin: 0 10px;
  outline: none;
}

.nn_ll .kc1 {
  margin: 0 10px;
  outline: none;
}

.nn_ll .kc .dac {
  width: 280px;
  height: 314px;
  float: right;
  margin-left: 10px;
}

.nn_ll .kc1 .dac {
  width: 280px;
  height: 314px;
  float: left;
  margin-right: 10px;
}

.nn_ll .dac img {
  width: 100%;
  height: 100%;
}

.nn_ll .kc .cca {
  width: 289px;
  height: 314px;
  background-color: #ffffff;
  border: solid 1px #ecebeb;
  float: right;
  padding: 0 18px;
}

.nn_ll .kc1 .cca {
  width: 289px;
  height: 314px;
  background-color: #ffffff;
  border: solid 1px #ecebeb;
  float: left;
  padding: 0 18px;
}

.nn_ll .cca h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #414141;
  margin-top: 35px;
}

.nn_ll .cca h2 a {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #414141;
  text-align: left;
}

.nn_ll .cca span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #787878;
  margin-top: 30px;
  display: block;
  height: 98px;
  overflow: hidden;
}

.nn_ll .cca h5 {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #787878;
  margin-top: 50px;
}

.nn_ll .cca .mma {
  width: 74px;
  height: 28px;
  background-color: #fff;
  line-height: 28px;
  border-radius: 14px;
  float: right;
  margin-right: 20px;
  text-align: center;
  margin-top: 50px;
}

.nn_ll .cca .mma a {
  color: #787878;
}

.nn_ll .cca:hover .mma {
  background-color: #2d90d4;
}

.nn_ll .cca:hover .mma a {
  color: #fff;
}

.nn_ll .kc:hover .cca {
  background-color: #ffffff;
  border: solid 1px #2d90d4;
}

.nn_ll .kc1:hover .cca {
  background-color: #ffffff;
  border: solid 1px #2d90d4;
}

.nn_ll .slick-prev {
  border: none;
  background: url(../images/ll.png) no-repeat center top;
  width: 46px;
  height: 46px;
  position: absolute;
  left: -5%;
  outline: none;
  font-size: 0px;
  top: 45%;
}

.nn_ll .slick-next {
  border: none;
  background: url(../images/rr.png) no-repeat center top;
  width: 46px;
  height: 46px;
  position: absolute;
  right: -5%;
  outline: none;
  font-size: 0px;
  top: 45%;
}

.nn_ll .slick-prev:hover {
  background: url(../images/ll1.png) no-repeat center top;
}

.nn_ll .slick-next:hover {
  background: url(../images/rr1.png) no-repeat center top;
}

.foot-bg {
  background: #2d90d4;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-top: 60px;
}

.fnav {
  border-bottom: 1px solid #83bee6;
  line-height: 40px;
}

.fnav a {
  color: #fff;
  font-size: 14px;
  padding: 0 53px;
}

.fnav a:first-child {
  padding-left: 0;
}

.fnav a:last-child {
  padding-right: 0;
}

.foot2 {
  padding-top: 20px;
}

.foot2 .logo1 {
  margin-top: 10px;
}

.foot2 .cop {
  width: 400px;
  color: #fff;
  font-size: 12px;
  margin-left: 40px;
  line-height: 21px;
  margin-top: 5px;
}

.foot2 .cop a {
  color: #fff;
}

.foot2 .cop .power a {
  padding-right: 5px;
}

.link-bg {
  background: #2d90d4;
  padding: 20px 0;
  border-top: 1px solid #83bee6;
}

.link-bg .link {
  color: #fff;
  font-size: 12px;
}

.link-bg .link a {
  color: #fff;
}
